home *** CD-ROM | disk | FTP | other *** search
- Path: news.monmouth.com!srkumar
- From: srkumar@shell.monmouth.com (Senthil Kumar)
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: Re: Access carry flag from C
- Date: 2 Mar 1996 20:39:08 GMT
- Organization: Monmouth Internet Corporation
- Message-ID: <slrn4jhcfc.j9c.srkumar@shell.monmouth.com>
- References: <Dn1C9z.DGv.0.net@indra.com> <ARTHUR.96Feb20143404@gold.Smallworld.co.uk> <TANMOY.96Feb28091041@qcd.lanl.gov>
- NNTP-Posting-Host: shell.monmouth.com
- X-Newsreader: slrn (0.8.3)
-
- On 28 Feb 1996 16:10:41 GMT,
- Tanmoy Bhattacharya <tanmoy@qcd.lanl.gov> wrote:
-
- > SK: > (expr1) ? expr2 : (expr3)
- > SK: >
- > One understands better by thinking than by having things explained :-)
- >
-
- Truly :-)
-
- I did not think of the parentheses as need for all expresssions.
-
- As Russell Blackadar, (russell@mdli.com) suggested, it is neccessary for
-
- a=b ? expr2 : c,d; // would really mean a = (b ? expr2 : c), e;
-
- thanks,
- Senthil
-
-